Michael Natterer [Mon, 2 May 2005 13:41:32 +0000 (13:41 +0000)]
return silently if "gtk_initialized" is TRUE. Re-enables calling GTK's
2005-05-02 Michael Natterer <mitch@imendio.com>
* gtk/gtkmain.c (do_post_parse_initialization): return silently if
"gtk_initialized" is TRUE. Re-enables calling GTK's init functions
multiple times when using gtk_get_option_group(), just as one can
call gtk_init() multiple times without doing any harm.
Priit Laes [Mon, 2 May 2005 06:07:27 +0000 (06:07 +0000)]
Translation updated by Ivar Smolin.
2005-05-02 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
Matthias Clasen [Mon, 2 May 2005 03:02:17 +0000 (03:02 +0000)]
Propagate the event to unanchored children in the text window. (#302494,
2005-05-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (gtk_text_view_expose_event): Propagate
the event to unanchored children in the text window.
(#302494, Stephen Kennedy)
Tor Lillqvist [Sat, 30 Apr 2005 17:50:00 +0000 (17:50 +0000)]
Take multi-monitor offset into account. (#302525)
2005-04-30 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkdnd-win32.c (gdk_dropfiles_filter): Take
multi-monitor offset into account. (#302525)
Miloslav Trmac [Sat, 30 Apr 2005 14:45:07 +0000 (14:45 +0000)]
Updated Czech translation.
2005-04-30 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
Matthias Clasen [Sat, 30 Apr 2005 03:49:06 +0000 (03:49 +0000)]
Make the docs build. (#302230, Ali Akcaagac)
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradioaction.c: Make the docs build. (#302230,
Ali Akcaagac)
Matthias Clasen [Fri, 29 Apr 2005 20:09:56 +0000 (20:09 +0000)]
Get rid of this function, instead show the bin_window when it is created.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this
function, instead show the bin_window when it is created.
Matthias Clasen [Fri, 29 Apr 2005 19:20:49 +0000 (19:20 +0000)]
Don't grab focus to unrealized widgets. (#302240, Philip Langdale)
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't
grab focus to unrealized widgets. (#302240, Philip Langdale)
Matthias Clasen [Fri, 29 Apr 2005 18:50:03 +0000 (18:50 +0000)]
Set background upon state changes. (#301651, Billy Biggs)
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
background upon state changes. (#301651, Billy Biggs)
(gtk_tree_view_get_path_at_pos): Take RTL into account
when iterating over the columns. (#302163)
Matthias Clasen [Fri, 29 Apr 2005 18:24:38 +0000 (18:24 +0000)]
Sync to upstream.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* Sync to upstream.
Matthias Clasen [Fri, 29 Apr 2005 18:17:10 +0000 (18:17 +0000)]
Set background upon state changes. (#301651, Billy Biggs)
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_state_changed): Set
background upon state changes. (#301651, Billy Biggs)
Matthias Clasen [Fri, 29 Apr 2005 17:59:07 +0000 (17:59 +0000)]
Check for nm.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* configure.in: Check for nm.
* gtk/Makefile.am: Use $(NM), not nm directly. (#301299,
Nguyen Thai Ngoc Duy)
Matthias Clasen [Fri, 29 Apr 2005 17:19:41 +0000 (17:19 +0000)]
Refer to the correct property. (#301115, Richard Hult)
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkuimanager.sgml: Refer to the correct
property. (#301115, Richard Hult)
Matthias Clasen [Fri, 29 Apr 2005 17:02:06 +0000 (17:02 +0000)]
Use the internal unselect_all function, since we need the unselection to
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_move_cursor_start_end): Use
the internal unselect_all function, since we need the unselection
to happen even in browse mode. (#300995, Mathias Hasselmann)
Matthias Clasen [Fri, 29 Apr 2005 16:31:49 +0000 (16:31 +0000)]
Use g_object_notify() instead of triggering a ::notify by re-setting the
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkuimanager.c (update_node): Use g_object_notify() instead
of triggering a ::notify by re-setting the property. (#300982,
Sven Neumann)
* gtk/gtkaction.c (connect_proxy): Use gtk_action_sync_tooltip().
Matthias Clasen [Fri, 29 Apr 2005 16:20:07 +0000 (16:20 +0000)]
Also scroll horizontally when necessary, and keep the northwest corner of
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_scroll_to_item): Also
scroll horizontally when necessary, and keep the northwest
corner of the item visible. (#300913, Mathias Hasselmann)
Matthias Clasen [Fri, 29 Apr 2005 15:24:30 +0000 (15:24 +0000)]
Add some more tests.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* tests/testiconview.c: Add some more tests.
* gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
if the path does not point to a row in the model. (#300909,
Mathias Hasselmann)
(gtk_icon_view_rows_reordered): Re-layout here. (#301009,
Mathias Hasselmann)
Matthias Clasen [Fri, 29 Apr 2005 14:56:37 +0000 (14:56 +0000)]
Don't crash if the path does not point to a row in the model. (#300909,
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconview.c (gtk_icon_view_select_path): Don't crash
if the path does not point to a row in the model. (#300909,
Mathias Hasselmann)
Matthias Clasen [Fri, 29 Apr 2005 14:45:36 +0000 (14:45 +0000)]
Remove conflict markers
Matthias Clasen [Fri, 29 Apr 2005 14:43:50 +0000 (14:43 +0000)]
Add some more attribute tests.
2005-04-29 Matthias Clasen <mclasen@redhat.com>
* tests/testtext.c: Add some more attribute tests.
* gtk/gtktexttag.c (gtk_text_tag_class_init): Correct the documentation
of the rise property. String change, but it is more important to
be correct than to be translated. (#301740)
Gabor Kelemen [Thu, 28 Apr 2005 10:26:44 +0000 (10:26 +0000)]
Hungarian translation updated.
2005-04-28 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
Tommi Vainikainen [Thu, 28 Apr 2005 09:37:44 +0000 (09:37 +0000)]
Finnish translation merged from gtk-2-6 and updated.
2005-04-28 Tommi Vainikainen <thv@iki.fi>
* fi.po: Finnish translation merged from gtk-2-6 and updated.
Gabor Kelemen [Wed, 27 Apr 2005 22:46:04 +0000 (22:46 +0000)]
Hungarian translation updated.
2005-04-28 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
Tor Lillqvist [Mon, 25 Apr 2005 00:47:31 +0000 (00:47 +0000)]
Get volume name also on Win9x. (#301798, Daniel Atallah)
2005-04-25 Tor Lillqvist <tml@novell.com>
* gtk/gtkfilesystemwin32.c
(gtk_file_system_win32_volume_get_display_name): Get volume name
also on Win9x. (#301798, Daniel Atallah)
(canonicalize_filename): Add explicit braces to silence compiler
warning.
Francisco Javier F. Serrador [Sat, 23 Apr 2005 15:51:55 +0000 (15:51 +0000)]
Updated Spanish translation.
2005-04-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
Nickolay V. Shmyrev [Fri, 22 Apr 2005 20:09:27 +0000 (20:09 +0000)]
Updated Russian translation
Tor Lillqvist [Fri, 22 Apr 2005 08:10:01 +0000 (08:10 +0000)]
Typo.
Tor Lillqvist [Fri, 22 Apr 2005 07:35:37 +0000 (07:35 +0000)]
Initailize gettext before use. Calling bindtextdomain() and
2005-04-22 Tor Lillqvist <tml@novell.com>
* gtk/gtkmain.c: Initailize gettext before use. Calling
bindtextdomain() and bind_textdomain_codeset() in
do_post_parse_initialization() is too late. Put the calls in a new
function gettext_initialization(), and call that from
gtk_init_with_args() and gtk_parse_args(). Fixes #170948 for
GTK+'s part, but the same problem occurs also at least in
atk. Thanks to Robert Ögren, Daniel Atallah and Kevin Strange.
Ivan, Wong Yat Cheung [Thu, 21 Apr 2005 10:39:39 +0000 (10:39 +0000)]
Match character height instead of cell height. Fix #301228.
2005-04-19 Ivan, Wong Yat Cheung <email@ivanwong.info>
* gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Match
character height instead of cell height. Fix #301228.
David Lodge [Tue, 19 Apr 2005 19:20:23 +0000 (19:20 +0000)]
Updated British English translation.
2005-04-19 David Lodge <dave@cirt.net>
* en_GB.po: Updated British English translation.
Federico Mena Quintero [Mon, 18 Apr 2005 17:56:57 +0000 (17:56 +0000)]
Merged from gtk-2-6:
2005-04-18 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-6:
* gtk/gtkfilechooserdefault.c (remove_selected_bookmarks): Remove
obsolete assertion that the selected row can't be a volume; this
is handled by the "removable" column now. Fixes #301017.
Owen Taylor [Mon, 18 Apr 2005 15:11:01 +0000 (15:11 +0000)]
gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to
2005-04-18 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c
* gdk/gdkcolor.c gdk/gdkwindow.c gdk/gdkpixbuf-render.c
gdk/gdkpango.c tests/testcairo.c: Update to new Cairo API for
setting color and opacity. (#301066, Vincent Noel)
Federico Mena Quintero [Fri, 15 Apr 2005 21:27:27 +0000 (21:27 +0000)]
Merged from gtk-2-6:
2005-04-15 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-6:
* gtk/gtkfilechooserdefault.c (pending_select_paths_process):
Patch from Christian Neumair <chris@gnome-de.org>; only select the
first row if we are in OPEN mode. The only other case we were
letting pass through was SELECT_FOLDER, but selecting the first
row when changing folders confuses people when folders are
actually being selected. Fixes #171885.
Iñaki Larrañaga [Wed, 13 Apr 2005 18:24:38 +0000 (18:24 +0000)]
Fixed some typos.
2005-04-13 Iñaki Larrañaga <dooteo@euskalgnu.org>
* eu.po: Fixed some typos.
Iñaki Larrañaga [Wed, 13 Apr 2005 18:21:48 +0000 (18:21 +0000)]
Updated Basque translation.
2005-04-13 Iñaki Larrañaga <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
Iñaki Larrañaga [Wed, 13 Apr 2005 17:28:08 +0000 (17:28 +0000)]
Updated Basque trasnlation.
2005-04-13 Iñaki Larrañaga <dooteo@euskalgnu.org>
* eu.po: Updated Basque trasnlation.
Matthias Clasen [Wed, 13 Apr 2005 15:04:30 +0000 (15:04 +0000)]
Revert problematic fixes.
Ivan, Wong Yat Cheung [Mon, 11 Apr 2005 18:59:05 +0000 (18:59 +0000)]
Fix #300218:
2005-04-11 Ivan, Wong Yat Cheung <email@ivanwong.info>
Fix #300218:
* gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
C99ism.
* gtk/updateiconcache.c: Guard inclusion of unistd.h and
utime.h.
Josep Puigdemont i Casamajó [Mon, 11 Apr 2005 11:32:50 +0000 (11:32 +0000)]
Updated Catalan translation.
Alexander Shopov [Mon, 11 Apr 2005 06:50:59 +0000 (06:50 +0000)]
Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
2005-04-11 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
Josep Puigdemont i Casamajó [Mon, 11 Apr 2005 00:47:23 +0000 (00:47 +0000)]
Updated Catalan translation.
Matthias Clasen [Sun, 10 Apr 2005 03:00:19 +0000 (03:00 +0000)]
Add some missing files.
Matthias Clasen [Sun, 10 Apr 2005 01:01:18 +0000 (01:01 +0000)]
Some more fixes necessary to make building with gcc 4 work.
* gdk/x11/gdkinput-xfree.c:
* gdk/x11/gdkinput-none.c:
* gdk/gtk.symbols: Some more fixes necessary to
make building with gcc 4 work.
Matthias Clasen [Sat, 9 Apr 2005 23:48:50 +0000 (23:48 +0000)]
Add 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of the
Add 16x16 versions of the zoom icons and of
GTK_STOCK_INDEX. Some of the images were taken from
the hicolor icon theme, and were originally created
by Jakub Steiner and Tuomas Kuosmanen. (#167515,
Vincent Noel)
* gtk/stock-icons/stock_index_16.png:
* gtk/stock-icons/stock_zoom_1_16.png:
* gtk/stock-icons/stock_zoom_fit_16.png:
* gtk/stock-icons/stock_zoom_in_16.png:
* gtk/stock-icons/stock_zoom_out_16.png: New images.
* gtk/stock-icons/Makefile.am: Add the new images.
Matthias Clasen [Sat, 9 Apr 2005 23:46:58 +0000 (23:46 +0000)]
Add some 16x16 icons
Matthias Clasen [Sat, 9 Apr 2005 21:57:04 +0000 (21:57 +0000)]
Don't display too many broken images. (#169870, Roman Kagan, patch by Ivan
2005-04-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose):
Don't display too many broken images. (#169870, Roman
Kagan, patch by Ivan Wong)
* gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging
output. (#300013, Tommi Komulainen)
* io-bmp.c (gdk_pixbuf__bmp_image_save_to_callback):
Don't overflow the stack. (Jakub Jelinek, Arjan van de Ven)
Miloslav Trmac [Sat, 9 Apr 2005 16:58:39 +0000 (16:58 +0000)]
Updated Czech translation.
2005-04-09 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
Matthias Clasen [Sat, 9 Apr 2005 02:51:53 +0000 (02:51 +0000)]
If a stock_id is unknown, display the missing image. (#169870, Steven
2005-04-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size):
If a stock_id is unknown, display the missing image. (#169870,
Steven Walter)
Matthias Clasen [Sat, 9 Apr 2005 02:12:34 +0000 (02:12 +0000)]
Use the same function as in updateiconcache.c. (spotted by Morten
2005-04-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconcache.c (icon_name_hash): Use the same function
as in updateiconcache.c. (spotted by Morten Welinder)
Matthias Clasen [Fri, 8 Apr 2005 22:07:35 +0000 (22:07 +0000)]
Make this work when called from gtk_combo_box_destroy(). (#172999,
2005-04-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this
work when called from gtk_combo_box_destroy(). (#172999,
Christian Persch)
Matthias Clasen [Fri, 8 Apr 2005 21:01:21 +0000 (21:01 +0000)]
Use cache->buffer, not cache.
2005-04-08 Matthias Clasen <mclasen@redhat.com>
* xdgmimecache.c (cache_magic_matchlet_compare_to_data)
(cache_magic_matchlet_compare): Use cache->buffer, not
cache.
Matthias Clasen [Fri, 8 Apr 2005 20:37:51 +0000 (20:37 +0000)]
No debugging output, please.
Adam Weinberger [Fri, 8 Apr 2005 19:48:40 +0000 (19:48 +0000)]
Updated Canadian English translation.
2005-04-08 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Carl Worth [Fri, 8 Apr 2005 17:21:09 +0000 (17:21 +0000)]
Simplify matrix manipulation now that cairo exposes the cairo_matrix_t
* gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation
now that cairo exposes the cairo_matrix_t structure.
* gdk/gdkpixbuf-render.c: (gdk_pixbuf_set_as_cairo_source): Track
cairo API change in signedness of data argument.
Matthias Clasen [Fri, 8 Apr 2005 12:53:09 +0000 (12:53 +0000)]
Fix double-click to autosize treeview columns. This was probably broken
2005-04-08 Matthias Clasen <mclasen@redhat.com>
Fix double-click to autosize treeview columns. This was
probably broken since 2.2 ! (#169675)
* gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the
"user-resized" state of the column on a double-click to
autosize.
(gtk_tree_view_button_press, gtk_tree_view_motion_resize_column):
Enter the "user-resized" state of the column only if a drag
actually changes the column width, not on any click.
Gareth Owen [Fri, 8 Apr 2005 01:34:42 +0000 (01:34 +0000)]
Updated British English translation
Matthias Clasen [Thu, 7 Apr 2005 19:56:57 +0000 (19:56 +0000)]
Allow setting background images on menus. (#169532, Benjamin Otte)
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenu.c (gtk_menu_paint): Allow setting background
images on menus. (#169532, Benjamin Otte)
Matthias Clasen [Thu, 7 Apr 2005 19:39:10 +0000 (19:39 +0000)]
Document that GtkButtonBox ignores the homogeneous property. (#171412,
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkbbox.sgml: Document that GtkButtonBox ignores
the homogeneous property. (#171412, Morten Welinder)
Matthias Clasen [Thu, 7 Apr 2005 19:10:11 +0000 (19:10 +0000)]
Avoid unaligned access. (#172947)
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/updateiconcache.c (write_card16, write_card32): Avoid
unaligned access. (#172947)
* gtk/gtkfilechooserdefault.c (file_list_build_popup_menu):
Consistently use the term "Bookmarks" in the UI. (#166906,
Sebastian Bacher)
Matthias Clasen [Thu, 7 Apr 2005 18:46:19 +0000 (18:46 +0000)]
Some fixes from Morten Welinder (#172947):
2005-04-07 Matthias Clasen <mclasen@redhat.com>
Some fixes from Morten Welinder (#172947):
* gtk/updateiconcache.c (icon_name_hash): Make this compiler-
and platform-independent.
(is_cache_up_to_date): Don't compare mtimes is a stat call failed.
(build_cache): Error out if a stat fails.
Matthias Clasen [Thu, 7 Apr 2005 16:55:00 +0000 (16:55 +0000)]
Add a paragraph about shortcut terminology. (#166906, Sebastien Bacher)
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkfilechooser.sgml: Add a paragraph about
shortcut terminology. (#166906, Sebastien Bacher)
Matthias Clasen [Thu, 7 Apr 2005 14:39:28 +0000 (14:39 +0000)]
Make the docs of GKT_SELECTION_MULTIPLE more accurate by making them more
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE
more accurate by making them more vague. (#167088,
Ken Siersma)
Kwok-Koon Cheung [Thu, 7 Apr 2005 14:22:34 +0000 (14:22 +0000)]
Updated traditional Chinese translation from GNOME HK Team
* zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
Matthias Clasen [Thu, 7 Apr 2005 13:36:48 +0000 (13:36 +0000)]
Add a hint about hiding expanders.
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_expander_column): Add
a hint about hiding expanders.
Matthias Clasen [Thu, 7 Apr 2005 13:04:27 +0000 (13:04 +0000)]
Add a sentence about toggling. (#159382, Worik Stanton)
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkradiobutton.sgml: Add a sentence about
toggling. (#159382, Worik Stanton)
Matthias Clasen [Thu, 7 Apr 2005 12:41:40 +0000 (12:41 +0000)]
Return TRUE if the cache is newer than the directory. (#172852, Jacob
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gtk/updateiconcache.c (is_cache_up_to_date): Return
TRUE if the cache is newer than the directory. (#172852,
Jacob Kroon)
Stepan Kasal [Thu, 7 Apr 2005 07:43:58 +0000 (07:43 +0000)]
a typo
Matthias Clasen [Thu, 7 Apr 2005 06:15:12 +0000 (06:15 +0000)]
Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Replace an explicit pkg-config by
$PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
Matthias Clasen [Thu, 7 Apr 2005 05:45:35 +0000 (05:45 +0000)]
Commit the right ChangeLog
Matthias Clasen [Thu, 7 Apr 2005 05:44:41 +0000 (05:44 +0000)]
Initialize the colormap to zero. (#171762, David Costanzo)
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* io-bmp.c (DecodeColormap): Initialize the colormap to
zero. (#171762, David Costanzo)
Matthias Clasen [Thu, 7 Apr 2005 05:39:18 +0000 (05:39 +0000)]
Ignore regions which fall completely outside the line. (#165862, Felipe
2005-04-07 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region):
Ignore regions which fall completely outside the line.
(#165862, Felipe Heidrich)
Matthias Clasen [Thu, 7 Apr 2005 03:55:13 +0000 (03:55 +0000)]
Pass the target list to the underlying dnd implementation, otherwise we
2005-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source)
(gtk_tree_view_enable_model_drag_dest): Pass the target list
to the underlying dnd implementation, otherwise we miss the
target info in the drag-data-received signal. (#164085, Jorn
Baayen)
Matthias Clasen [Thu, 7 Apr 2005 02:41:27 +0000 (02:41 +0000)]
Document -1 as possible value.
2005-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document
-1 as possible value.
Matthias Clasen [Wed, 6 Apr 2005 16:47:01 +0000 (16:47 +0000)]
Avoid a few unnecessary calls to gdk_window_get_pointer(). (#168015, Billy
2005-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column)
(gtk_tree_view_bin_expose): Avoid a few unnecessary calls
to gdk_window_get_pointer(). (#168015, Billy Biggs)
Matthias Clasen [Wed, 6 Apr 2005 13:49:28 +0000 (13:49 +0000)]
Make it compile
Matthias Clasen [Wed, 6 Apr 2005 13:08:01 +0000 (13:08 +0000)]
Remove Makefile.in.in
Matthias Clasen [Wed, 6 Apr 2005 12:45:55 +0000 (12:45 +0000)]
Don't modify scanner->value, copy it first. (#165693, Tommi Komulainen)
2005-04-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.c (gtk_rc_parse_style): Don't modify scanner->value,
copy it first. (#165693, Tommi Komulainen)
Maxim Dziumanenko [Wed, 6 Apr 2005 12:17:09 +0000 (12:17 +0000)]
Updated Ukrainian translation.
2005-04-06 Maxim Dziumanenko <mvd@mylinux.com.ua>
* Updated Ukrainian translation.
Matthias Clasen [Wed, 6 Apr 2005 04:01:19 +0000 (04:01 +0000)]
Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912,
2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_grab_focus):
* gtk/gtkcombobox.c (gtk_combo_box_grab_focus): Implement
grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912,
Gustavo Carneiro)
Matthias Clasen [Wed, 6 Apr 2005 03:34:38 +0000 (03:34 +0000)]
Store icon caches along with the mtimes of the toplevel directories. The
* gtk/gtkicontheme.c: Store icon caches along with the
mtimes of the toplevel directories. The previous
mechanism of a hashtable-per-theme caused duplicate icon
caches for the same toplevel directory to be created.
(#170030)
Matthias Clasen [Tue, 5 Apr 2005 23:05:53 +0000 (23:05 +0000)]
Fix a typo in a warning.
2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level):
Fix a typo in a warning.
Manish Singh [Tue, 5 Apr 2005 23:00:53 +0000 (23:00 +0000)]
add xdgmimecache.[ch].
Tue Apr 5 16:00:04 2005 Manish Singh <yosh@gimp.org>
* Makefile.am: add xdgmimecache.[ch].
Matthias Clasen [Tue, 5 Apr 2005 22:37:02 +0000 (22:37 +0000)]
Protect the license and credits buttons from being affected by
2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect
the license and credits buttons from being affected by
gtk_widget_show_all(). (#172724)
Hendrik Richter [Tue, 5 Apr 2005 18:36:32 +0000 (18:36 +0000)]
Updated German translation.
2005-04-05 Hendrik Richter <hendi@gnome-de.org>
* de.po: Updated German translation.
Adam Weinberger [Tue, 5 Apr 2005 18:10:51 +0000 (18:10 +0000)]
Updated Canadian English translation.
2005-04-05 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Matthias Clasen [Tue, 5 Apr 2005 13:52:32 +0000 (13:52 +0000)]
Keep a reference to the item. (#167920, Hazael Maldonado Torres)
2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenushell.c (gtk_menu_shell_activate_item): Keep a
reference to the item. (#167920, Hazael Maldonado Torres)
Matthias Clasen [Tue, 5 Apr 2005 12:52:17 +0000 (12:52 +0000)]
Add some more docs on interactive search.
2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_search_column): Add some
more docs on interactive search.
Matthias Clasen [Tue, 5 Apr 2005 12:25:18 +0000 (12:25 +0000)]
Mention enter and leave events. (#167546, Billy Biggs)
2005-04-05 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtktooltips.sgml: Mention enter and leave
events. (#167546, Billy Biggs)
Tor Lillqvist [Tue, 5 Apr 2005 01:46:59 +0000 (01:46 +0000)]
Handle 16 colour display mode. For some reason, in this mode
2005-04-05 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Handle 16 colour
display mode. For some reason, in this mode GetDeviceCaps(BITSPIXEL)
returns 1 (but GetDeviceCaps(NUMCOLORS) does return 16). (#143415)
Tor Lillqvist [Tue, 5 Apr 2005 00:42:24 +0000 (00:42 +0000)]
Don't force 24bpp GdkVisual on 32bpp displays. (#140706)
2005-04-05 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Don't force
24bpp GdkVisual on 32bpp displays. (#140706)
Matthias Clasen [Tue, 5 Apr 2005 00:14:27 +0000 (00:14 +0000)]
Add bug ref
Jonathan Blandford [Mon, 4 Apr 2005 23:41:19 +0000 (23:41 +0000)]
change to use gtk_tree_view_real_expand_row() instead of doing this by
Mon Apr 4 19:13:23 2005 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_expand_all): change to use
gtk_tree_view_real_expand_row() instead of doing this by hand.
Johan Dahlin [Mon, 4 Apr 2005 23:29:53 +0000 (23:29 +0000)]
Add GtkTextBuffer::text (#172631)
* gtk/gtktextbuffer.c: (gtk_text_buffer_class_init),
(gtk_text_buffer_set_property), (gtk_text_buffer_get_property),
(gtk_text_buffer_set_text): Add GtkTextBuffer::text (#172631)
Matthias Clasen [Mon, 4 Apr 2005 21:57:39 +0000 (21:57 +0000)]
Forgotten file
Manish Singh [Mon, 4 Apr 2005 21:35:46 +0000 (21:35 +0000)]
cast combo->priv->entry to GTK_ENTRY()
Mon Apr 4 14:33:55 2005 Manish Singh <yosh@gimp.org>
* gtk/gtkcomboboxentry.c (gtk_combo_box_entry_get_active_text):
cast combo->priv->entry to GTK_ENTRY()
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
cast completion->priv->tree_view to GTK_TREE_VIEW()
Matthias Clasen [Mon, 4 Apr 2005 21:15:41 +0000 (21:15 +0000)]
Some trivial doc fixes.
2005-04-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbuffer.c: Some trivial doc fixes.
Matthias Clasen [Mon, 4 Apr 2005 21:06:08 +0000 (21:06 +0000)]
Improve the wording of the doc comment. (#172422, Vincent Untz)
2005-04-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
the wording of the doc comment. (#172422, Vincent Untz)
Owen Taylor [Mon, 4 Apr 2005 20:51:24 +0000 (20:51 +0000)]
Covert expander drawing to Cairo. Also always draw the entire triangle
2005-04-04 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
drawing to Cairo. Also always draw the entire triangle instead
of just drawing the center for prelight. (Fixes inconsistent
drawing in GtkTreeView.)
Johan Dahlin [Mon, 4 Apr 2005 20:37:42 +0000 (20:37 +0000)]
Remove symbols accidentally added. Add boolean property popup_set_width
2005-04-04 Johan Dahlin <johan@gnome.org>
* gtk/gtk.symbols: Remove symbols accidentally added.
* gtk/gtkentryprivate.h: Add boolean property popup_set_width
* gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init):
Use object_class instead of gobject_class
Adam Weinberger [Mon, 4 Apr 2005 20:32:01 +0000 (20:32 +0000)]
Updated Canadian English translation.
2005-04-04 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.